home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / ter50.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-01-10  |  942b  |  40 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO This file will unpack all archives into seperate directories, a full
  4. ECHO installation program will soon be available.
  5. ECHO If someone has repacked the files inside this file to other format
  6. ECHO than .ARJ this file will not work
  7. ECHO .
  8. ECHO You should really try to install Terminate in a completely new directory
  9. ECHO if you are using an old version, so you will have a clean setup.
  10. ECHO .
  11. PAUSE
  12. MD DOWNLOAD
  13. MD MANUAL
  14. MD PASCAL
  15. MD UTILS
  16. MD DOCS
  17. MD DOCS\REGISTER
  18. MD DOCS\SYSDEAL
  19. MD ARJ
  20. ARJ E MANUAL MANUAL\
  21. ARJ E PASCAL PASCAL\
  22. ARJ E UTILS UTILS\
  23. ARJ E DOCS DOCS\
  24. ARJ E REGISTER DOCS\REGISTER\
  25. ARJ E SYSDEAL DOCS\SYSDEAL\
  26. DEL MANUAL.ARJ
  27. DEL PASCAL.ARJ
  28. DEL UTILS.ARJ
  29. DEL DOCS.ARJ
  30. DEL REGISTER.ARJ
  31. DEL SYSDEAL.ARJ
  32. COPY *.ARJ ARJ
  33. DEL *.ARJ
  34. COPY CONTENTS.DOC DOCS
  35. DEL CONTENTS.DOC
  36. CLS
  37. ECHO Terminate has been installed, type TERMINAT to start Terminate
  38. DEL ONLY_ARJ.TXT
  39. DEL INSTALL.BAT
  40.